'宣言 Public Overrides Function CanSort( _ ByVal ParamArray sortDescriptions() As SortDescription _ ) As System.Boolean
public override System.bool CanSort( params SortDescription[] sortDescriptions )
パラメータ
- sortDescriptions
- The sort descriptions to be checked whether the collection view can be sorted.